 /* .section-header.blocked {
  position: relative;
  color: white;
  padding-left: 7px;
  background: #f8971d;*/
  /* Old browsers */
 /* background: -moz-linear-gradient(top, #f8971d 0%, #ff7800 100%);
  /* FF3.6+ */
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8971d), color-stop(100%, #ff7800));
  /* Chrome,Safari4+ */
/*  background: -webkit-linear-gradient(top, #f8971d 0%, #ff7800 100%);
  /* Chrome10+,Safari5.1+ */
/*  background: -o-linear-gradient(top, #f8971d 0%, #ff7800 100%);
  /* Opera 11.10+ */
/*  background: -ms-linear-gradient(top, #f8971d 0%, #ff7800 100%);
  /* IE10+ */
/*  background: linear-gradient(to bottom, #f8971d 0%, #ff7800 100%);
  /* W3C */
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8971d', endColorstr='#ff7800',GradientType=0 );
  /* IE6-9 */ }   
  
  
 /*.section-header.blocked:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(/static-resources/themes/gws/images/bg-section-header.png) top right no-repeat; } 